# Begin: Custom commands for incoming e-mails AFTER decryption log(1,'Begin: Custom commands for incoming e-mails AFTER decryption'); # Begin: Encrypt decrypted e-mails to internal users log(1,'Begin: Encrypt decrypted e-mails to internal users'); if(compare('subject','match','\[secure\])) { $IME_encrypt; } log(1,'End: Encrypt decrypted e-mails to internal users'); # End: Encrypt decrypted e-mails to internal users log(1,'End: Custom commands for incoming e-mails AFTER decryption'); # End: Custom commands for incoming e-mails AFTER decryption